SimdSet.insertAnywhere

Inserts the given item into the set.

struct SimdSet(T, Allocator = Mallocator)
alias insertAnywhere = insert

Return Value

true if the item was inserted or false if it was already present

Meta